home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
BASICWNT.ZIP
/
CHARSET.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-02-11
|
193 b
|
8 lines
5 INDEX =0
10 cls
15 for ROW =0 to 25 :for COL =0 to 12
20 cursor (COL *6 ,ROW ):print INDEX ;"=" ;chr$ (INDEX )
25 INDEX =INDEX +1
26 if INDEX >255 then end
30 next COL :next ROW